findGroupsByUserEmail

open override fun findGroupsByUserEmail(email: String): List<Group>

Retrieves all groups for a given user.

Return

a list of groups the user is a member of

Parameters

email

the email of the user